From: Johan Bockgård Date: Sun, 26 Apr 2009 20:55:30 +0000 (+0000) Subject: (syms_of_keyboard) : Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~734 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6136ede6cbfbed57c069e5b7dac15c0209f67194;p=emacs.git (syms_of_keyboard) : Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6c4a7522dbb..62350569e9e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-04-26 Johan BockgÃ¥rd + + * keyboard.c (syms_of_keyboard) : Doc fix. + 2009-04-25 Jason Rumney * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02. diff --git a/src/keyboard.c b/src/keyboard.c index 05c5102340f..9f9705d56bf 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -12333,7 +12333,7 @@ This is used mainly for mapping ASCII function key sequences into real Emacs function key events (symbols). The `read-key-sequence' function replaces any subsequence bound by -`input-key-map' with its binding. Contrary to `function-key-map', +`input-decode-map' with its binding. Contrary to `function-key-map', this map applies its rebinding regardless of the presence of an ordinary binding. So it is more like `key-translation-map' except that it applies before `function-key-map' rather than after.